home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
04-10-20-2.swf
/
scripts
/
DefineButton2_205
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-18
|
235 b
|
13 lines
on(press){
if(confirm.toLowerCase() == "794f890" || confirm.toLowerCase() == "566c228")
{
_root.spPowers = true;
play();
_root.splashStop();
}
else
{
confirm = "Invalid Code!";
}
}